ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / InnerTextStyle Property

In This Topic
    InnerTextStyle Property (FlexPieBase<T>)
    In This Topic
    Get or set the style of text inside pie.
    Syntax
    'Declaration
     
    Public Property InnerTextStyle As SVGStyle
    public SVGStyle InnerTextStyle {get; set;}
    See Also